home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / GALLERY / STRINGS.H < prev    next >
Encoding:
Text File  |  1998-05-26  |  2.3 KB  |  57 lines

  1. *-- (c) Microsoft Corporation 1995
  2.  
  3. *-- STRINGS.H
  4. *-- Include this file where needed for localization
  5. *-- purposes
  6.  
  7. *-- Messagebox Titles
  8. #DEFINE ERRORTITLE_LOC      "An error has occurred"
  9.  
  10. *-- Toolbar names
  11. #DEFINE TB_FORMDESIGNER_LOC  "Form Designer"
  12. #DEFINE TB_STANDARD_LOC      "Standard"
  13. #DEFINE TB_LAYOUT_LOC        "Layout"
  14. #DEFINE TB_QUERY_LOC         "Query Designer"
  15. #DEFINE TB_VIEWDESIGNER_LOC  "View Designer"
  16. #DEFINE TB_COLORPALETTE_LOC  "Color Palette"
  17. #DEFINE TB_FORMCONTROLS_LOC  "Form Controls"
  18. #DEFINE TB_DATADESIGNER_LOC  "Database Designer"
  19. #DEFINE TB_REPODESIGNER_LOC  "Report Designer"
  20. #DEFINE TB_REPOCONTROLS_LOC  "Report Controls"
  21. #DEFINE TB_PRINTPREVIEW_LOC  "Print Preview"
  22. #DEFINE WIN_COMMAND_LOC         "Command"            && Command Window
  23.  
  24.  
  25. *-- Messagebox Messages
  26. #DEFINE FILENOTEXIST_LOC    "File does not exist: "
  27. #DEFINE BADPASSWORD_LOC        "Password is invalid. (See Hint textbox)"
  28. #DEFINE BADNAME_LOC            "Name not found."
  29. #DEFINE BADUPDATE_LOC        "Could not update - reverting to original."
  30. #DEFINE SAVECHANGES_LOC        "Do you want to save your changes first?"
  31. #DEFINE ASKDELETE_LOC        "Are you sure you wish to delete this information?"
  32. #DEFINE TAGNOTFOUND_LOC        "Index tag not found."
  33. #DEFINE REPORTNOTFOUND_LOC    "Report file not found."
  34. #DEFINE PRINTERNOTREADY_LOC    "Printer not ready."
  35. #DEFINE NORECSMATCHED_LOC    "No records matched criteria."
  36. #DEFINE DELETEREC_LOC        "Are you sure you want to delete this record?"
  37. #DEFINE DELETEWARN_LOC      "Delete Warning"
  38. #DEFINE NOTHINGTOPRINT_LOC  "Nothing to print."
  39. #DEFINE PASSWORDEMPTY_LOC    "New password cannot be empty."
  40. #DEFINE PSWDNOTCNFRM_LOC    "Cannot confirm new password. Please try again."
  41. #DEFINE NOPSWDENTERED_LOC    "You have not yet entered the old password. Do you want to continue?"
  42. #DEFINE FILESAVEDAS_LOC        "File saved as "
  43. #DEFINE VALIDATING_LOC      "Validating ..."
  44. #DEFINE PRINTING_LOC        "Printing ..."
  45. #DEFINE METHOD_LOC          "Method: "
  46. #DEFINE LINENUM_LOC            "Line: "
  47. #DEFINE CUSTNOORD_LOC        "Customer has no orders."
  48. #DEFINE SELCUSTFIRST_LOC    "Must select a customer first."
  49. #DEFINE NOEMPLOYEES_LOC        "There are no employees on file."
  50.  
  51. *-- Other strings
  52. #DEFINE SELECTBUTTON_LOC    "Select"
  53. #DEFINE COPYRIGHT_LOC        "Copyright 1996 Microsoft Corporation"
  54. #DEFINE RIGHTSRSRVD_LOC        "All rights reserved"
  55. #DEFINE ABOUT_LOC            "About "
  56. #DEFINE VERSIONLABEL_LOC    "Version "
  57.